home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch04 / W04D020.cc2 < prev    next >
Text File  |  1997-04-24  |  1KB  |  28 lines

  1. 0, In this demonstration, you will see how to use the 
  2. 4, License Package Authoring Tool to create an LPK 
  3. 7, file and then add the <OBJECT> tag for the License 
  4. 9, Control Manager to a Web page. The LPK tool reads 
  5. 14, all the controls registered on your computer and 
  6. 16, displays them in this list box. Select each control 
  7. 20, that you're using on the Web page and add it to 
  8. 23, the License Package. For example, we're using the 
  9. 26, Microsoft Toolbar control. You need to add all the 
  10. 31, controls being used on one Web page into one 
  11. 34, License Package file. When you've selected all of the 
  12. 38, controls select Save & Exit. And save the LPK file 
  13. 42, to a directory where you know where it is, for 
  14. 44, example, the C drive. We'll save it as toolbar.lpk. 
  15. 53, Then, in Visual InterDev add the License file to 
  16. 56, the Web project. We called it toolbar.lpk. Finally, 
  17. 69, add the <OBJECT> tag for the License Manager to 
  18. 71, the Web page. You can run RegEdit to find the 
  19. 74, ClassID for the License Manager by searching for 
  20. 79, Microsoft License Class Manager. You'll see the ClassID 
  21. 84, here. Or you can paste the <OBJECT> tag in from 
  22. 88, this title. Add a <PARAM> tag named "LPKPath" and set 
  23. 94, the value to the name of your LPK file, 
  24. 98, toolbar.lpk. Now that you've added the License file to your 
  25. 104, Web page, users that don't currently have the 
  26. 106, control installed on their machines can view your 
  27. 109, page and see the control.
  28. 112, END